AsyncActionWithProgressCompletedHandler<TProgress> Delegate
Represents a method that handles the completed event of an asynchronous action that provides progress updates.
Parameters
- asyncInfo
- The asynchronous action.
- asyncStatus
- The status of asynchronous action.
Type Parameters
- TProgress
- The type of the progress data.